var runtime.stackLarge
17 uses
runtime (current package)
stack.go#L162: var stackLarge struct {
stack.go#L175: for i := range stackLarge.free {
stack.go#L176: stackLarge.free[i].init()
stack.go#L177: lockInit(&stackLarge.lock, lockRankStackLarge)
stack.go#L397: lock(&stackLarge.lock)
stack.go#L398: if !stackLarge.free[log2npage].isEmpty() {
stack.go#L399: s = stackLarge.free[log2npage].first
stack.go#L400: stackLarge.free[log2npage].remove(s)
stack.go#L402: unlock(&stackLarge.lock)
stack.go#L520: lock(&stackLarge.lock)
stack.go#L521: stackLarge.free[log2npage].insert(s)
stack.go#L522: unlock(&stackLarge.lock)
stack.go#L1260: lock(&stackLarge.lock)
stack.go#L1261: for i := range stackLarge.free {
stack.go#L1262: for s := stackLarge.free[i].first; s != nil; {
stack.go#L1264: stackLarge.free[i].remove(s)
stack.go#L1270: unlock(&stackLarge.lock)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)